﻿2026-07-22T16:27:45.9371331Z ##[group]Run actions/checkout@v5
2026-07-22T16:27:45.9372076Z with:
2026-07-22T16:27:45.9372459Z   repository: BigscreenVR/spt-bs-core
2026-07-22T16:27:45.9375205Z   token: ***
2026-07-22T16:27:45.9375564Z   ssh-strict: true
2026-07-22T16:27:45.9375907Z   ssh-user: git
2026-07-22T16:27:45.9376269Z   persist-credentials: true
2026-07-22T16:27:45.9376660Z   clean: true
2026-07-22T16:27:45.9377046Z   sparse-checkout-cone-mode: true
2026-07-22T16:27:45.9377467Z   fetch-depth: 1
2026-07-22T16:27:45.9377808Z   fetch-tags: false
2026-07-22T16:27:45.9378166Z   show-progress: true
2026-07-22T16:27:45.9378567Z   lfs: false
2026-07-22T16:27:45.9379019Z   submodules: false
2026-07-22T16:27:45.9379487Z   set-safe-directory: true
2026-07-22T16:27:45.9379895Z   allow-unsafe-pr-checkout: false
2026-07-22T16:27:45.9380550Z ##[endgroup]
2026-07-22T16:27:46.0214375Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-22T16:27:46.0215847Z ##[group]Getting Git version info
2026-07-22T16:27:46.0216511Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-07-22T16:27:46.0217474Z [command]/usr/bin/git version
2026-07-22T16:27:46.0217885Z git version 2.43.0
2026-07-22T16:27:46.0224874Z ##[endgroup]
2026-07-22T16:27:46.0235561Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/21fdbef4-4ddd-46d7-8b3f-04feed07dc3d' before making global git config changes
2026-07-22T16:27:46.0236749Z Adding repository directory to the temporary git global config as a safe directory
2026-07-22T16:27:46.0238623Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-07-22T16:27:46.0269481Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-22T16:27:46.0285762Z https://github.com/BigscreenVR/spt-bs-core
2026-07-22T16:27:46.0296512Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-22T16:27:46.0300232Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-22T16:27:46.0330518Z refs/heads/main
2026-07-22T16:27:46.0337567Z [command]/usr/bin/git checkout --detach
2026-07-22T16:27:46.0506105Z HEAD is now at 53cdeab5 Merge pull request #59 from BigscreenVR/build/daemon-lifecycle-w1
2026-07-22T16:27:46.0542706Z [command]/usr/bin/git branch --delete --force main
2026-07-22T16:27:46.0568807Z Deleted branch main (was 53cdeab5).
2026-07-22T16:27:46.0928477Z ##[endgroup]
2026-07-22T16:27:46.0932048Z [command]/usr/bin/git submodule status
2026-07-22T16:27:46.1126810Z ##[group]Cleaning the repository
2026-07-22T16:27:46.1127387Z [command]/usr/bin/git clean -ffdx
2026-07-22T16:27:49.8016775Z Removing .adapter-notify/
2026-07-22T16:27:49.8017431Z Removing target/
2026-07-22T16:27:49.8030404Z [command]/usr/bin/git reset --hard HEAD
2026-07-22T16:27:49.8181104Z HEAD is now at 53cdeab5 Merge pull request #59 from BigscreenVR/build/daemon-lifecycle-w1
2026-07-22T16:27:49.8185869Z ##[endgroup]
2026-07-22T16:27:49.8187466Z ##[group]Disabling automatic garbage collection
2026-07-22T16:27:49.8191116Z [command]/usr/bin/git config --local gc.auto 0
2026-07-22T16:27:49.8215466Z ##[endgroup]
2026-07-22T16:27:49.8215961Z ##[group]Setting up auth
2026-07-22T16:27:49.8222051Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-22T16:27:49.8249192Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-22T16:27:49.8437486Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-22T16:27:49.8463006Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-22T16:27:49.8647459Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-22T16:27:49.8673691Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-22T16:27:49.8858366Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-22T16:27:49.8888129Z ##[endgroup]
2026-07-22T16:27:49.8888643Z ##[group]Fetching the repository
2026-07-22T16:27:49.8894604Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +db069619c97ef9343a557afedce91a345b1f4944:refs/remotes/origin/main
2026-07-22T16:27:50.3932542Z From https://github.com/BigscreenVR/spt-bs-core
2026-07-22T16:27:50.3933530Z  + 53cdeab5...db069619 db069619c97ef9343a557afedce91a345b1f4944 -> origin/main  (forced update)
2026-07-22T16:27:50.3951757Z ##[endgroup]
2026-07-22T16:27:50.3952247Z ##[group]Determining the checkout info
2026-07-22T16:27:50.3953601Z ##[endgroup]
2026-07-22T16:27:50.3956679Z [command]/usr/bin/git sparse-checkout disable
2026-07-22T16:27:50.3993883Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-22T16:27:50.4018132Z ##[group]Checking out the ref
2026-07-22T16:27:50.4018689Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-07-22T16:27:50.4169388Z Warning: you are leaving 1 commit behind, not connected to
2026-07-22T16:27:50.4169923Z any of your branches:
2026-07-22T16:27:50.4170219Z 
2026-07-22T16:27:50.4170477Z   53cdeab5 Merge pull request #59 from BigscreenVR/build/daemon-lifecycle-w1
2026-07-22T16:27:50.4170815Z 
2026-07-22T16:27:50.4171042Z If you want to keep it by creating a new branch, this may be a good time
2026-07-22T16:27:50.4172227Z to do so with:
2026-07-22T16:27:50.4172414Z 
2026-07-22T16:27:50.4172599Z  git branch <new-branch-name> 53cdeab5
2026-07-22T16:27:50.4172829Z 
2026-07-22T16:27:50.4175246Z Switched to a new branch 'main'
2026-07-22T16:27:50.4175655Z branch 'main' set up to track 'origin/main'.
2026-07-22T16:27:50.4182292Z ##[endgroup]
2026-07-22T16:27:50.4215928Z [command]/usr/bin/git log -1 --format=%H
2026-07-22T16:27:50.4237466Z db069619c97ef9343a557afedce91a345b1f4944
